GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-17T01:37:28.8678526+00:00",
"SubmitDate": "2026-02-17T01:37:28.8678526+00:00",
"ReportPeriodStart": "2026-02-17T01:37:28.8678526+00:00",
"ReportPeriodEnd": "2026-02-17T01:37:28.8678526+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "13d361ed-f8b5-405b-9cb7-e3a5750eaeb7",
"Rows": [
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "13d361ed-f8b5-405b-9cb7-e3a5750eaeb7",
"Rows": [
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9498a754-a48c-4db1-bcbd-412faf062550",
"6e95acbd-4bef-4f9c-bc99-d755acceef13"
],
"Approvers": [
"8ab5a5e4-a5d8-42f6-aca0-135841f19f50",
"741f1093-252d-41ba-9300-c4c7a64d877e"
],
"ApprovedBy": "50b831f4-b0d1-4e8d-831b-2a0c65e87fb0",
"ApprovalDate": "2026-02-17T01:37:28.8678526+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "39a67372-b234-4706-b584-43668980c7cd",
"id": "f762eef7-149d-4b28-9e1f-60ccf28c72a3",
"ConfigId": "0f8d6c83-2f98-43af-84c1-a028b6e35334"
},
{
"GenerationDate": "2026-02-17T01:37:28.8678526+00:00",
"SubmitDate": "2026-02-17T01:37:28.8678526+00:00",
"ReportPeriodStart": "2026-02-17T01:37:28.8678526+00:00",
"ReportPeriodEnd": "2026-02-17T01:37:28.8678526+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "13d361ed-f8b5-405b-9cb7-e3a5750eaeb7",
"Rows": [
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "13d361ed-f8b5-405b-9cb7-e3a5750eaeb7",
"Rows": [
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510647a7-6ccf-4f86-ab18-e753a7cc174d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9498a754-a48c-4db1-bcbd-412faf062550",
"6e95acbd-4bef-4f9c-bc99-d755acceef13"
],
"Approvers": [
"8ab5a5e4-a5d8-42f6-aca0-135841f19f50",
"741f1093-252d-41ba-9300-c4c7a64d877e"
],
"ApprovedBy": "50b831f4-b0d1-4e8d-831b-2a0c65e87fb0",
"ApprovalDate": "2026-02-17T01:37:28.8678526+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "39a67372-b234-4706-b584-43668980c7cd",
"id": "f762eef7-149d-4b28-9e1f-60ccf28c72a3",
"ConfigId": "0f8d6c83-2f98-43af-84c1-a028b6e35334"
}
]